home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Charlotte's Web / background_5515.txt < prev    next >
Text File  |  1990-04-02  |  6KB  |  294 lines

  1. -- background: 5515 from stack: in
  2. -- bmap block id: 8280
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Character Menu
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=139 top=32 right=69 bottom=344
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 33
  16. -- text size: 24
  17. -- style flags: 256
  18. -- line height: 32
  19. -- part name: character menu
  20.  
  21.  
  22. -- part 6 (field)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=122 top=94 right=120 bottom=269
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 33
  30. -- text size: 14
  31. -- style flags: 256
  32. -- line height: 18
  33. -- part name: Name 1
  34.  
  35.  
  36. -- part 7 (field)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=316 top=94 right=116 bottom=448
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 33
  44. -- text size: 14
  45. -- style flags: 256
  46. -- line height: 18
  47. -- part name: Name 5
  48.  
  49.  
  50. -- part 9 (field)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=121 top=137 right=175 bottom=219
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 33
  58. -- text size: 14
  59. -- style flags: 256
  60. -- line height: 18
  61. -- part name: Name 2
  62.  
  63.  
  64. -- part 10 (field)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=120 top=209 right=231 bottom=269
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 33
  72. -- text size: 14
  73. -- style flags: 256
  74. -- line height: 18
  75. -- part name: Name 3
  76.  
  77.  
  78. -- part 11 (field)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=120 top=263 right=285 bottom=271
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 0
  85. -- font id: 33
  86. -- text size: 14
  87. -- style flags: 256
  88. -- line height: 18
  89. -- part name: Name 4
  90.  
  91.  
  92. -- part 12 (field)
  93. -- low flags: 00
  94. -- high flags: 0000
  95. -- rect: left=316 top=150 right=172 bottom=457
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 0
  99. -- font id: 33
  100. -- text size: 14
  101. -- style flags: 256
  102. -- line height: 18
  103. -- part name: Name 6
  104.  
  105.  
  106. -- part 13 (field)
  107. -- low flags: 00
  108. -- high flags: 0000
  109. -- rect: left=316 top=206 right=228 bottom=461
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 0
  113. -- font id: 33
  114. -- text size: 14
  115. -- style flags: 256
  116. -- line height: 18
  117. -- part name: Name 7
  118.  
  119.  
  120. -- part 14 (field)
  121. -- low flags: 00
  122. -- high flags: 0000
  123. -- rect: left=316 top=257 right=279 bottom=458
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 0 / 0
  126. -- text alignment: 0
  127. -- font id: 33
  128. -- text size: 14
  129. -- style flags: 256
  130. -- line height: 18
  131. -- part name: Name 8
  132.  
  133.  
  134. -- part 23 (button)
  135. -- low flags: 00
  136. -- high flags: 0000
  137. -- rect: left=56 top=83 right=124 bottom=200
  138. -- title width / last selected line: 0
  139. -- icon id / first selected line: 0 / 0
  140. -- text alignment: 1
  141. -- font id: 0
  142. -- text size: 12
  143. -- style flags: 0
  144. -- line height: 16
  145. -- part name: Character 1
  146. ----- HyperTalk script -----
  147. on mouseUp
  148.   visual effect "dissolve"
  149.   go to card "Character 1"
  150. end mouseUp
  151.  
  152.  
  153.  
  154. -- part 24 (button)
  155. -- low flags: 00
  156. -- high flags: 0000
  157. -- rect: left=57 top=141 right=185 bottom=213
  158. -- title width / last selected line: 0
  159. -- icon id / first selected line: 0 / 0
  160. -- text alignment: 1
  161. -- font id: 0
  162. -- text size: 12
  163. -- style flags: 0
  164. -- line height: 16
  165. -- part name: Character 2
  166. ----- HyperTalk script -----
  167. on mouseUp
  168.   visual effect "dissolve"
  169.   go to card "Character 2"
  170. end mouseUp
  171.  
  172.  
  173.  
  174.  
  175. -- part 25 (button)
  176. -- low flags: 00
  177. -- high flags: 0000
  178. -- rect: left=56 top=199 right=244 bottom=217
  179. -- title width / last selected line: 0
  180. -- icon id / first selected line: 0 / 0
  181. -- text alignment: 1
  182. -- font id: 0
  183. -- text size: 12
  184. -- style flags: 0
  185. -- line height: 16
  186. -- part name: Character 3
  187. ----- HyperTalk script -----
  188. on mouseUp
  189.   visual effect "dissolve"
  190.   go to card "Character 3"
  191. end mouseUp
  192.  
  193.  
  194.  
  195. -- part 26 (button)
  196. -- low flags: 00
  197. -- high flags: 0000
  198. -- rect: left=57 top=246 right=308 bottom=211
  199. -- title width / last selected line: 0
  200. -- icon id / first selected line: 0 / 0
  201. -- text alignment: 1
  202. -- font id: 0
  203. -- text size: 12
  204. -- style flags: 0
  205. -- line height: 16
  206. -- part name: Character 4
  207. ----- HyperTalk script -----
  208. on mouseUp
  209.   visual effect "dissolve"
  210.   go to card "Character 4"
  211. end mouseUp
  212.  
  213.  
  214.  
  215.  
  216. -- part 27 (button)
  217. -- low flags: 00
  218. -- high flags: 0000
  219. -- rect: left=252 top=85 right=130 bottom=421
  220. -- title width / last selected line: 0
  221. -- icon id / first selected line: 0 / 0
  222. -- text alignment: 1
  223. -- font id: 0
  224. -- text size: 12
  225. -- style flags: 0
  226. -- line height: 16
  227. -- part name: Character 5
  228. ----- HyperTalk script -----
  229. on mouseUp
  230.   visual effect "dissolve"
  231.   go to card "Character 5"
  232. end mouseUp
  233.  
  234.  
  235.  
  236. -- part 28 (button)
  237. -- low flags: 00
  238. -- high flags: 0000
  239. -- rect: left=253 top=141 right=180 bottom=425
  240. -- title width / last selected line: 0
  241. -- icon id / first selected line: 0 / 0
  242. -- text alignment: 1
  243. -- font id: 0
  244. -- text size: 12
  245. -- style flags: 0
  246. -- line height: 16
  247. -- part name: Character 6
  248. ----- HyperTalk script -----
  249. on mouseUp
  250.   visual effect "dissolve"
  251.   go to card "Character 6"
  252. end mouseUp
  253.  
  254.  
  255.  
  256. -- part 29 (button)
  257. -- low flags: 00
  258. -- high flags: 0000
  259. -- rect: left=255 top=193 right=242 bottom=428
  260. -- title width / last selected line: 0
  261. -- icon id / first selected line: 0 / 0
  262. -- text alignment: 1
  263. -- font id: 0
  264. -- text size: 12
  265. -- style flags: 0
  266. -- line height: 16
  267. -- part name: Character 7
  268. ----- HyperTalk script -----
  269. on mouseUp
  270.   visual effect "dissolve"
  271.   go to card "Character 7"
  272. end mouseUp
  273.  
  274.  
  275.  
  276. -- part 30 (button)
  277. -- low flags: 00
  278. -- high flags: 0000
  279. -- rect: left=257 top=249 right=289 bottom=398
  280. -- title width / last selected line: 0
  281. -- icon id / first selected line: 0 / 0
  282. -- text alignment: 1
  283. -- font id: 0
  284. -- text size: 12
  285. -- style flags: 0
  286. -- line height: 16
  287. -- part name: Character 8
  288. ----- HyperTalk script -----
  289. on mouseUp
  290.   visual effect "dissolve"
  291.   go to card "Character 8"
  292. end mouseUp
  293.  
  294.